 |
API Documentation
|
|
|
void setOutputFilePath(const StringView &path)
Allows to exchange strings with external code.
Definition: StringView.h:18
StringView getOutputFilePath() const
virtual void log(const StringView &message, const StringView &className) override
Encompasses all API of component NilkinsLog.
Definition: ConsoleLogger.h:7
Default implementation of a logger outputing the logged information to a file.
Definition: FileLogger.h:12
An interface to make all logging capabilities central.
Definition: Logger.h:15
FileLogger(const StringView &filePath)